.pop-up-section1 {
    position: relative;
    margin-top: 0px;
    border-style: solid;
    border-width: 1px;
    left: auto;
    top:auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width:20vw;
    min-height: 100px;
    border-color: #fff;
  }
  
  .div-block-9 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  .div-block-10 {
    width: 20vw;
  }
  .body-text, .text-span-6 , .image-desc.small.main, .text-block-11 ,.text-block-11,.body-text._2{
    font-size: 16px !important; 
  }
  .article-body {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -o-object-fit: fill;
    object-fit: fill;
  }
  
  .article {
    width: 50vw;
    padding-bottom: 220px;
  }

  .menu-image:hover {
    opacity: 0.8;
  }
  .text-span-6 a{
color: #000 !important;
transition: 0.5s;
}
.text-span-6 a:hover{
color: #88928f!important;
}
.blue-text a {
color: #000 !important;
transition: 0.5s;
font-weight:bold;
}
.blue-text a:hover {
color: #88928f!important;
}
.text-span-14 a {
color: #000 !important;
font-weight:bold;
transition: 0.5s;
}
.text-span-14 a:hover{
color: #88928f!important;
}

.body-text a{
color: #000 !important;
font-weight:bold;
transition: 0.5s;
}
.body-text a:hover{
color: #88928f!important;
}
.button-2._2 {
transition: 0.3s;
}
.button-2._2:hover{
color: #fff;
background-color: #2ec18b;
}
  @media screen and (min-width: 1280px) {
    .footer_sticky {
        display: none;
    }
}
  @media screen and (max-width: 991px) {
    .pop-up-section1 {
        display: none;
    } 
    .article {
        width: 60vw;
      }
  }
  @media screen and (max-width: 767px) {
    .article {
        width: 100vw;
      }
      .article-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
      }
    .footer_sticky {
        width: 100%;
        position: fixed;
        padding: 10px;
        border: 1px solid #62ffc8;
        background-color: #62ffc8;
        bottom: 0;
        z-index: 9;
        color: #fff;
        font-size: 18px;
        text-align: center;
        padding: 10px 10px;
      }
      .footer_sticky a {
        width: 91%;
        background-color: #fff;
        color: #2f2626;
        font-weight: bold;
        border-radius: 3px;
        margin: 5px auto 0 auto;
        padding: 12px 30px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.39);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.39);
        box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.39);
        display: inline-block;
      }

    .button-2._2{
        display: none !important;
    }
}
@media screen and (max-width: 479px) {
    .article {
        padding-bottom: 100px;
      }
    .footer_sticky {
        font-size: 13px !important;
        padding: 12px 15px !important;
    }
}
 
